From: Glenn Morris Date: Tue, 5 May 2015 00:22:52 +0000 (-0400) Subject: * lisp/progmodes/elisp-mode.el (xref-collect-references): Declare. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3019 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4003ebce4ae9b6f00aa71fd1b14853a2a902f4f5;p=emacs.git * lisp/progmodes/elisp-mode.el (xref-collect-references): Declare. --- diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 9a37722165d..9b7bc219923 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -581,6 +581,7 @@ It can be quoted, or be inside a quoted form." (declare-function xref-make-elisp-location "xref" (symbol type file)) (declare-function xref-make-bogus-location "xref" (message)) (declare-function xref-make "xref" (description location)) +(declare-function xref-collect-references "xref" (name dir)) (defun elisp-xref-find (action id) (require 'find-func)